home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / dman310.zip / DMSTATS.DOC < prev    next >
Text File  |  1993-04-25  |  2KB  |  57 lines

  1.                   
  2.  
  3.               The DoorMan Statistics Generator v.90ß
  4.  
  5.   This little util will read your DoorMan v3.0 DAT file and write
  6.   up to 36 Bulletin files! (Based on having 15 categories). Each
  7.   Bulletin will contain the following data:
  8.  
  9.     Total Uses
  10.     Average Uses Per Day
  11.     Average Minutes in Door (or Category)
  12.     Percent of Total Usage (or Category Usage)
  13.     Last Date Used
  14.  
  15.   All the files are created in both ANSI and ASCII formats. 
  16.  
  17.   Each files is sorted in decending order based on Total Usage.
  18.   The scopes for the bulletins are as follows:
  19.  
  20.     All Doors
  21.     Top ## Doors (## defined in a sec)
  22.     Overall Stats by Category
  23.     All Doors in a Category
  24.  
  25.   The names and locations of these bulletins are taken from a 
  26.   config file named DMSTATS.CFG.  There should be a sample
  27.   file in the archive.  Each line is commented in that file so
  28.   you can just edit it and go (don't worry about nuking the 
  29.   comments, the program will ignore them).  However, just in
  30.   case the file isn't there, here's what should be in it.
  31.  
  32.   C:\WC30\BULL         ;Location of Bulletin Files
  33.   10                   ;Number of Doors for Top ## Bulletin
  34.   BBS                  ;ASCII Extension for Bulls
  35.   SCR                  ;ANSI Extension for Bulls
  36.   BULL20               ;Filename for Overall Stats by Category (8 Char. Max)
  37.   BULL21               ;Filename for Overall Stats by Door (8 Char. Max)
  38.   BULL22               ;Filename for Top ## Doors (8 Char. Max)
  39.   BULL                 ;Rootname for Individual Category Bulls (6 Char. Max)
  40.   23                   ;Starting number for Category Bulls
  41.   @PAUSE@              ;Pause Code for End of Bulletins (Blank for None)
  42.  
  43.   The Individual Category Bulls will be names as:
  44.  
  45.      RootName + Starting Number + (Category Number - 1)
  46.  
  47.   Therefore, in the example above, the Bulletins would come out as
  48.   BULL23, BULL24, BULL25, etc.... up to the maximum of BULL37.
  49.  
  50.   To use the program, simply put it in you DoorMan v3.0 directory 
  51.   and run it, that's it!
  52.  
  53.   If you get a "Divide By Zero" error message, that's because you
  54.   don't have any data to make stats on yet!  The DOORMAN.DAT file
  55.   must have a size greater than 0.  To create this file, you MUST
  56.   go into DoorMan, go into a door, and stay at LEAST one minute!
  57.